Specify the XPLINK C compiler option. 必须指定XPLINKC编译器选项。
The GNU C compiler supports a number of different versions of the C programming language. GNUC编译器支持许多不同版本的C编程语言。
For instance, you might set the CFLAGS environment variable to tweak your C compiler's flags. 例如,您可以设置CFLAGS环境变量来调整您的C编译器标记。
Native z/ OS Batch: Use the C compiler CXX runtime option for C++ programs. 原生z/OS批作业:对于C++程序,使用C编译器的CXX运行时选项。
You can install an external C compiler and configure DB2 to use this compiler. 用户可以安装一个外部C编译器,然后用这个编译器来配置DB2。
The problem with make and just about any C compiler is the way in which the C preprocessor and header files work. make和所有的C编译器的问题在于C预处理程序(preprocessor)和头文件的工作方式。
To build wrappers, you need a C compiler; I am using gcc from the AIX toolbox. 要构建wrappers,需要一个C编译器;因此我使用AIX工具箱中的gcc。
The normal output of a C compiler is assembler code for whatever processor you specify as the target. C编译器的正常输出是用于您所指定的目标处理器的汇编代码。
Once compiled with a C compiler, these Pyrex ( the language) modules can be imported into and used in your regular Python applications. 一旦用C编译器进行了编译,就可以将这些Pyrex(语言)模块导入常规的Python应用程序并使用。
For this to work, a C compiler has to be installed on the system. 为此,必须在系统上安装C编译器。
Specify the GOFF C compiler option if compiling in native z/ OS. 如果要在原生z/OS上编译,那么必须指定GOFFC编译器选项。
Before you proceed, make sure that your system has a C compiler, such as the GNU Compiler Collection, and the suite of common UNIX software development tools, including make, m4, pkg-config, and awk. 在继续学习后面的内容之前,请确保系统中安装了C编译器,如GNU编译器套装(GNUCompilerCollection,GCC),以及常见的UNIX软件开发工具套装,包括make、m4、pkg-config和awk。
The following sections describe how to get and install the C compiler and how to configure DB2 to use it. 下面的部分描述了如何获取和安装C编译器,以及如何配置DB2来使用编译器。
In order to write a SQL stored procedure, you need to have a C compiler on your development machine. 要编写SQL存储过程,您的开发用的计算机上需要装有C编译器。
In order to build and deploy the SQL stored procedure, you need a C compiler on your system, as well as the nmake and cl command-line tools. 要构建并部署SQL存储过程,您的系统上需要装有C编译器以及nmake和cl命令行工具。
It compiles on any system with a C compiler, the standard C libraries, and the UNIX make utility. 它可以在任何系统上使用C编译器、标准C库和UNIXmake实用程序进行编译。
Most Linux and UNIX platforms provide a C compiler called gcc, so no extra steps are required. 大多数Linux和UNIX平台都提供了一个C编译器,名为gcc,因此无需进行额外的处理。
If you are working on any other operating system or hardware platform with an installed C compiler, you can copy the files from the Connect_By/ FunctionSource directory into sqllib/ samples/ c. 如果使用的是其他操作系统或硬件平台,并且系统中安装了C编译器,那么可以将ConnectBy/FunctionSource目录中的文件复制到sqllib/samples/c目录中。
To compile this program, you need the C compiler and the development files ( headers and libraries) for GTK+. 要编译这个程序,需要C编译器和GTK+的开发文件(头和库)。
Programming the Create command module's processor requires a true C compiler and other development tools. 对Create命令模块的处理器进行编程,要求一个真正的C编译器和其他的开发工具。
CC sets the name of the C compiler to use in the first instance ( ccache). CC设置首先使用的C编译器的名称(ccache)。
Note that you do not have to install a C compiler or the DB2 samples on the production system. 注意,您不必在生产系统上安装C编译器或DB2示例。
You do this using the# pragma export statement in your C code, or by specifying the EXPORTALL C compiler option. 这需要在C代码中使用pragmaexport语句,或者指定EXPORTALLC编译器选项。
You can compile a DTrace application in much the same as any other, using your chosen C compiler. 可以使用C编译器像编译其他应用程序一样编译DTrace应用程序。
The client and server files are individually compiled with a C compiler to generate the object files. 用C编译器分别编译客户机和服务器文件,生成对象文件。
You can invoke switches to see just the assembler output of the C compiler. 您可以指定不同开关选项以查看C编译器的汇编输出。
It needs a functioning Linux system with a working C compiler and XML parser to work. 工作需要一个起作用的Linux系统,并带有可以工作的C编译器和XML解析器。
A new portable optimizing C compiler has compiled itself and may be released this year. 新的可移植的C编译器已经能够自我编译,可能在今年内发表。
However, you need a supported C compiler to build the package. 然而,你需要一个支持C的编译器以来建立包。